projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ded707
)
Include hpux10-20.h instead of hpux10.h. Delete #undef of
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 21 Feb 2003 08:05:15 +0000
(08:05 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 21 Feb 2003 08:05:15 +0000
(08:05 +0000)
POLLING_PROBLEM_IN_SELECT.
src/s/hpux11.h
patch
|
blob
|
history
diff --git
a/src/s/hpux11.h
b/src/s/hpux11.h
index 4452ebd0fd45e631c88be96e1e6acc2edf1e9adb..1d49d6eedcabffa994b4ccbb31e23dc745024262 100644
(file)
--- a/
src/s/hpux11.h
+++ b/
src/s/hpux11.h
@@
-1,4
+1,4
@@
-#include "hpux10.h"
+#include "hpux10
-20
.h"
#define HPUX11
@@
-13,6
+13,3
@@
/* It does work on HPUX to open the pty's tty in the parent (Emacs),
then close and reopen it in the child. */
#define USG_SUBTTY_WORKS
-
-/* HPUX 10.10 needs this; HPUX 10.20 does not, and HPUX 11 does not. */
-#undef POLLING_PROBLEM_IN_SELECT